home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / controls / Spacer.as < prev    next >
Text File  |  2009-02-12  |  342b  |  20 lines

  1. package mx.controls
  2. {
  3.    import mx.core.UIComponent;
  4.    import mx.core.mx_internal;
  5.    
  6.    use namespace mx_internal;
  7.    
  8.    public class Spacer extends UIComponent
  9.    {
  10.       
  11.       mx_internal static const VERSION:String = "3.0.0.0";
  12.        
  13.       
  14.       public function Spacer()
  15.       {
  16.          super();
  17.       }
  18.    }
  19. }
  20.